home *** CD-ROM | disk | FTP | other *** search
/ Softwarová Záchrana 3 / Softwarova-zachrana-3.bin / Horodruin / horodruin-setup.exe / {app} / Horodruin.exe / 0 / RCDATA / TFRMREPORT / TFRMREPORT.txt
Text File  |  2005-02-17  |  2KB  |  77 lines

  1. object frmReport: TfrmReport
  2.   Left = 408
  3.   Top = 122
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'Operation'#39's Results'
  7.   ClientHeight = 345
  8.   ClientWidth = 426
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poOwnerFormCenter
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object tvError: TTreeView
  20.     Left = 8
  21.     Top = 8
  22.     Width = 409
  23.     Height = 297
  24.     Indent = 19
  25.     ReadOnly = True
  26.     TabOrder = 0
  27.     OnDblClick = tvErrorDblClick
  28.   end
  29.   object btnSave: TButton
  30.     Left = 8
  31.     Top = 312
  32.     Width = 129
  33.     Height = 25
  34.     Caption = '&Save to File'
  35.     TabOrder = 1
  36.     OnClick = btnSaveClick
  37.   end
  38.   object btnClose: TBitBtn
  39.     Left = 296
  40.     Top = 312
  41.     Width = 123
  42.     Height = 25
  43.     Cancel = True
  44.     Caption = '&Close'
  45.     Default = True
  46.     ModalResult = 1
  47.     TabOrder = 2
  48.     OnClick = btnCloseClick
  49.     Glyph.Data = {
  50.       DE010000424DDE01000000000000760000002800000024000000120000000100
  51.       0400000000006801000000000000000000001000000000000000000000000000
  52.       80000080000000808000800000008000800080800000C0C0C000808080000000
  53.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00388888888877
  54.       F7F787F8888888888333333F00004444400888FFF444448888888888F333FF8F
  55.       000033334D5007FFF4333388888888883338888F0000333345D50FFFF4333333
  56.       338F888F3338F33F000033334D5D0FFFF43333333388788F3338F33F00003333
  57.       45D50FEFE4333333338F878F3338F33F000033334D5D0FFFF43333333388788F
  58.       3338F33F0000333345D50FEFE4333333338F878F3338F33F000033334D5D0FFF
  59.       F43333333388788F3338F33F0000333345D50FEFE4333333338F878F3338F33F
  60.       000033334D5D0EFEF43333333388788F3338F33F0000333345D50FEFE4333333
  61.       338F878F3338F33F000033334D5D0EFEF43333333388788F3338F33F00003333
  62.       4444444444333333338F8F8FFFF8F33F00003333333333333333333333888888
  63.       8888333F00003333330000003333333333333FFFFFF3333F00003333330AAAA0
  64.       333333333333888888F3333F00003333330000003333333333338FFFF8F3333F
  65.       0000}
  66.     NumGlyphs = 2
  67.   end
  68.   object dlgSave: TSaveDialog
  69.     DefaultExt = 'txt'
  70.     Filter = 'Text Files|*.txt|Log Files|*.log|All Files|*.*'
  71.     Options = [ofOverwritePrompt, ofHideReadOnly, ofEnableSizing]
  72.     Title = 'Saving Results'
  73.     Left = 144
  74.     Top = 312
  75.   end
  76. end
  77.